home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / util / gnu / unixcmds.readme < prev   
Encoding:
Text File  |  1999-11-06  |  7.4 KB  |  183 lines

  1. Short:    Port of simple un*x commands
  2. Author:   Jean-François Fabre (jffabre@club-internet.fr)
  3. Uploader: Jean-François Fabre (jffabre@club-internet.fr)
  4. Type:     util/gnu
  5.  
  6. This package is a non-exhaustive port of some useful un*x 
  7. simple commands to use with amiga shells.
  8. The original sources can be found at:
  9.  
  10. http://marque.mscs.mu.edu/~georgec/Classes/207.1998/14Minix_tree
  11.  
  12. Except for grep, which is a port of GNU grep 2.1
  13.  
  14. The commands I've "ported" are:
  15.  
  16. banner
  17. basename
  18. comm
  19. cut
  20. date
  21. dirname
  22. expand
  23. expr
  24. fgrep
  25. fold
  26. grep
  27. head
  28. join
  29. od
  30. sed
  31. shar
  32. sort
  33. strcmp
  34. strings
  35. tail
  36. tr
  37. uniq
  38. unshar
  39. wc
  40. width
  41.  
  42. Those commands are added to the currently un*x ports on aminet:
  43.  
  44. grep, awk, rm, mkdir, ls, make, etc...
  45.  
  46. Source and Makefile is included. I had to make some slight modifications in order to:
  47.  
  48. - make the sources compile with SAS/C
  49. - Change stderr to stdin (I was stupid to do this! I don't do it anymore)
  50. - Some tools had to be adapted to suit AmigaOS standards (basename, dirname, where
  51.   I added the --amiga option) or enhanced (option -a added in strings to accept
  52.   french accents)
  53. - Added amiga wildcard support where it was useful (fgrep, wc, fold, grep, sort)
  54.  
  55. The make command used is the amiga GNU make and not the shitty smake.
  56.  
  57.  
  58. Also included some other sources I could not make work. Those are:
  59.  
  60. cut (locks, seems buggy in the argument parsing)
  61.  
  62. Feel free to make any comments to my e-mail address.
  63.  
  64.  
  65. ============================= Archive contents =============================
  66.  
  67. Original  Packed Ratio    Date     Time    Name
  68. -------- ------- ----- --------- --------  -------------
  69.    10876    4924 54.7% 05-Oct-99 22:55:56 +banner
  70.     7864    5053 35.7% 05-Oct-99 22:55:54 +basename
  71.     9840    6322 35.7% 05-Oct-99 22:55:56 +comm
  72.    11964    7698 35.6% 05-Oct-99 22:55:56 +cut
  73.    10540    6759 35.8% 05-Oct-99 22:55:54 +date
  74.     7376    4801 34.9% 05-Oct-99 22:55:56 +dirname
  75.    11140    7099 36.2% 05-Oct-99 22:55:56 +expand
  76.     9872    5918 40.0% 05-Oct-99 22:55:54 +expr
  77.    33732   16962 49.7% 05-Oct-99 22:55:56 +fgrep
  78.    19936   10716 46.2% 05-Oct-99 22:55:56 +fold
  79.    74920   37422 50.0% 05-Oct-99 22:55:56 +grep
  80.    10084    6456 35.9% 05-Oct-99 22:55:54 +head
  81.    14392    8929 37.9% 05-Oct-99 22:55:56 +join
  82.    11048    7073 35.9% 05-Oct-99 22:55:56 +od
  83.    25356   14308 43.5% 05-Oct-99 22:55:56 +sed
  84.     8604    5485 36.2% 05-Oct-99 22:55:56 +shar
  85.    21536   11789 45.2% 05-Oct-99 22:55:56 +sort
  86.     6864    4454 35.1% 05-Oct-99 22:55:56 +strcmp
  87.    12188    7715 36.7% 05-Oct-99 22:55:56 +strings
  88.    19008   10270 45.9% 05-Oct-99 22:55:54 +tail
  89.     5784    3849 33.4% 05-Oct-99 22:55:54 +tr
  90.    12076    7670 36.4% 05-Oct-99 22:55:54 +uniq
  91.      644     526 18.3% 05-Oct-99 22:55:56 +unshar
  92.    20196   10802 46.5% 05-Oct-99 22:55:54 +wc
  93.     8156    5252 35.6% 05-Oct-99 22:55:56 +width
  94.     1801     696 61.3% 05-Oct-99 22:55:56 +amigawildcard.c
  95.      425     167 60.7% 05-Oct-99 22:55:56 +amigawildcard.h
  96.     7566    1584 79.0% 05-Oct-99 22:55:56 +banner.c
  97.     2666    1055 60.4% 05-Oct-99 22:55:56 +basename.c
  98.     5247    1703 67.5% 05-Oct-99 22:55:56 +comm.c
  99.    11468    3008 73.7% 05-Oct-99 22:55:56 +cut.c
  100.    12273    3349 72.7% 05-Oct-99 22:55:56 +date.c
  101.     1344     653 51.4% 05-Oct-99 22:55:56 +dirname.c
  102.     2531     862 65.9% 05-Oct-99 22:55:56 +expand.c
  103.    18013    4279 76.2% 05-Oct-99 22:55:56 +expr.c
  104.    11614    3744 67.7% 05-Oct-99 22:55:56 +fgrep.c
  105.     1851     731 60.5% 05-Oct-99 22:55:56 +fold.c
  106.     8416    2967 64.7% 05-Oct-99 22:55:56 +getopt.c
  107.     2933     927 68.3% 05-Oct-99 22:55:56 +getopt.h
  108.    14238    5028 64.6% 05-Oct-99 22:55:56 +alloca.c
  109.     1769    1286 27.3% 05-Oct-99 22:55:58 +alloca.c.info
  110.     1983    1332 32.8% 05-Oct-99 22:55:58 +amigawildcard.c.info
  111.     1749     984 43.7% 05-Oct-99 22:55:58 +AUTHORS
  112.      571     303 46.9% 05-Oct-99 22:55:58 +AUTHORS.info
  113.       17      17  0.0% 05-Oct-99 22:55:58 +Build
  114.     3133    2010 35.8% 05-Oct-99 22:55:58 +Build.info
  115.    17989    7008 61.0% 05-Oct-99 22:55:58 +COPYING
  116.    67219   19405 71.1% 05-Oct-99 22:55:58 +dfa.c
  117.     1769    1287 27.2% 05-Oct-99 22:55:58 +dfa.c.info
  118.    14809    5037 65.9% 05-Oct-99 22:55:58 +dfa.h
  119.     1438     966 32.8% 05-Oct-99 22:56:00 +dfa.h.info
  120.     5831    1970 66.2% 05-Oct-99 22:55:58 +dosbuf.c
  121.     1769    1283 27.4% 05-Oct-99 22:55:58 +dosbuf.c.info
  122.       16      16  0.0% 05-Oct-99 22:55:58 +egrep.man
  123.       16      16  0.0% 05-Oct-99 22:55:58 +fgrep.man
  124.    28712    9223 67.8% 05-Oct-99 22:55:58 +getopt.c
  125.     1769    1283 27.4% 05-Oct-99 22:56:00 +getopt.c.info
  126.     4691    1913 59.2% 05-Oct-99 22:55:58 +getopt.h
  127.     1438     962 33.1% 05-Oct-99 22:56:00 +getopt.h.info
  128.     4681    1875 59.9% 05-Oct-99 22:55:58 +getopt1.c
  129.     1769    1285 27.3% 05-Oct-99 22:56:00 +getopt1.c.info
  130.     1006     334 66.7% 05-Oct-99 22:55:58 +getpagesize.h
  131.     1438     965 32.8% 05-Oct-99 22:56:00 +getpagesize.h.info
  132.    10215    3790 62.8% 05-Oct-99 22:55:58 +grep.1
  133.    25268    8553 66.1% 05-Oct-99 22:55:58 +grep.c
  134.     1984    1334 32.7% 05-Oct-99 22:56:00 +grep.c.info
  135.     1499     765 48.9% 05-Oct-99 22:55:58 +grep.h
  136.     1438     961 33.1% 05-Oct-99 22:56:00 +grep.h.info
  137.      835     397 52.4% 05-Oct-99 22:55:58 +grep.info
  138.    21350    6481 69.6% 05-Oct-99 22:55:58 +kwset.c
  139.     1769    1286 27.3% 05-Oct-99 22:56:00 +kwset.c.info
  140.     2434    1154 52.5% 05-Oct-99 22:55:58 +kwset.h
  141.     1438     964 32.9% 05-Oct-99 22:56:00 +kwset.h.info
  142.      482     253 47.5% 05-Oct-99 22:55:58 +Makefile
  143.      944     445 52.8% 05-Oct-99 22:55:58 +Makefile.am
  144.     9233    2786 69.8% 05-Oct-99 22:55:58 +Makefile.in
  145.     1652    1071 35.1% 05-Oct-99 22:55:58 +Makefile.info
  146.     6100    2562 58.0% 05-Oct-99 22:55:58 +memchr.c
  147.     1769    1285 27.3% 05-Oct-99 22:56:00 +memchr.c.info
  148.    17812    5105 71.3% 05-Oct-99 22:55:58 +obstack.c
  149.     1769    1291 27.0% 05-Oct-99 22:56:00 +obstack.c.info
  150.    22490    6350 71.7% 05-Oct-99 22:55:58 +obstack.h
  151.     1438     965 32.8% 05-Oct-99 22:56:00 +obstack.h.info
  152.     1233     709 42.4% 05-Oct-99 22:55:58 +README
  153.   184130   53674 70.8% 05-Oct-99 22:55:58 +regex.c
  154.     1769    1284 27.4% 05-Oct-99 22:56:00 +regex.c.info
  155.    20452    6896 66.2% 05-Oct-99 22:55:58 +regex.h
  156.     1438     965 32.8% 05-Oct-99 22:56:00 +regex.h.info
  157.      273     177 35.1% 05-Oct-99 22:55:58 +SCOPTIONS
  158.     3169     509 83.9% 05-Oct-99 22:55:58 +SCoptions.info
  159.    11118    3514 68.3% 05-Oct-99 22:55:58 +search.c
  160.     1769    1283 27.4% 05-Oct-99 22:56:00 +search.c.info
  161.     4043    1588 60.7% 05-Oct-99 22:55:58 +system.h
  162.     1438     960 33.2% 05-Oct-99 22:56:00 +system.h.info
  163.    10535    3148 70.1% 05-Oct-99 22:55:56 +grep.c
  164.     1599     707 55.7% 05-Oct-99 22:55:56 +head.c
  165.    10614    2834 73.2% 05-Oct-99 22:55:56 +join.c
  166.     1697     625 63.1% 05-Oct-99 22:55:56 +Makefile
  167.     7691    2269 70.4% 05-Oct-99 22:55:56 +od.c
  168.    60670   16428 72.9% 05-Oct-99 22:55:56 +sed.c
  169.     2175     672 69.1% 05-Oct-99 22:55:56 +shar.c
  170.    41494   11482 72.3% 05-Oct-99 22:55:56 +sort.c
  171.      616     376 38.9% 05-Oct-99 22:55:56 +strcmp.c
  172.     5068    2027 60.0% 05-Oct-99 22:55:56 +strings.c
  173.    13278    4089 69.2% 05-Oct-99 22:55:56 +tail.c
  174.     4865    1409 71.0% 05-Oct-99 22:55:56 +tr.c
  175.     4786    1657 65.3% 05-Oct-99 22:55:56 +uniq.c
  176.    11063    3187 71.1% 05-Oct-99 22:55:56 +unshar.c
  177.     4302    1458 66.1% 05-Oct-99 22:55:56 +wc.c
  178.     3676    1242 66.2% 05-Oct-99 22:55:56 +width.c
  179.     1405     781 44.4% 05-Oct-99 22:56:00 +unixcmds.readme
  180.     1579     864 45.2% 05-Oct-99 22:56:00 +unixcmds.readme.info
  181. -------- ------- ----- --------- --------
  182.  1201828  484377 59.6% 13-Oct-99 23:39:14   112 files
  183.